SSTEP

Syntax: SSTEP [{#ch | device_file}] [; [first] [TO [last]]]
Location: Minerva (TRACE)

SSTEP can be used to turn on the trace function supplied with Minerva.

This command prints to the given channel (default #0) or file, each line number and statement just before it is performed.

You can also supply the trace function with a line range, so that it will only report on statements being executed within the given line range.

Whilst the trace function is enabled and the program is running within the given range, the interpreter will wait for a key to be pressed between each statement.

As each command in each statement is executed, a single character is shown by the trace routine to represent the type of the command to be executed.

In single-step mode, you need to press a key between each command!!

CROSS-REFERENCE: 
See TRON and TROFF.
